home *** CD-ROM | disk | FTP | other *** search
- from PSPApp import *
-
- def ScriptProperties():
- return {
- 'Author': u'Corel Corporation.',
- 'Copyright': u'Copyright (c) 2003-2006 Corel Corporation. All rights reserved.',
- 'Description': u'Factory default preset for SmoothSkin effect',
- 'Host': u'Corel Paint Shop Pro Photo XI',
- 'Host Version': u'11.00'
- }
-
- def Preset_SmoothSkin():
- return {
- 'Amount': 50
- }
-
- def Do(Environment):
- # SmoothSkin_LOCALIZED
- App.Do( Environment, 'SmoothSkin', Preset_SmoothSkin())
-
-